GutterRenderer.activate

Emits the [signal@GutterRenderer::activate] signal of the renderer. This is called from [class@Gutter] and should never have to be called manually.

class GutterRenderer
void
activate

Parameters

iter TextIter

a #GtkTextIter at the start of the line where the renderer is activated

area GdkRectangle*

a #GdkRectangle of the cell area where the renderer is activated

button uint

the button that was pressed

state GdkModifierType

a #GdkModifierType

nPresses int

the number of button presses

Meta